Refactor scripting examples:
- split into script def and host part - remove bad dependencies - organize it in a way that should be typical for user scenarios
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
|
||||
abracadabra("Hello, World!")
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
|
||||
println("Hello, World!")
|
||||
|
||||
Reference in New Issue
Block a user