New ScreenPanel
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
package script
|
||||
class cls {
|
||||
double val = 1.0
|
||||
void exec(){
|
||||
println "Exec"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user