-
Notifications
You must be signed in to change notification settings - Fork 0
Function
Enrico Agostini edited this page Nov 2, 2023
·
1 revision
Tired of repetitive tasks?
Use the functions to paste a specific code over and over
(Function arguments coming soon)
Functions are like multiline constants
///,constant="constant content"
///{helloworld
print "hello world"
}///
///{constinfunc
print ///constant///
}///
rem to use a function, just use it the same way you would use a constant
///helloworld///
///constinfunc///10 print "hello world"
20 print "constant content"