Константы
Предопределенные константы
CYCLE
DEPTH
IOTA
const IOTA * 2 {
ZERO // 0
TWO // 2
FOUR // 4
}SCRIPT
VERSION
Last updated
Was this helpful?
const IOTA * 2 {
ZERO // 0
TWO // 2
FOUR // 4
}Last updated
Was this helpful?
Was this helpful?
// compile from file: /home/ak/gentee/scripts/myscript.g
run {
Println(SCRIPT) // /home/ak/gentee/scripts/myscript.g
}
// compile from memory
run my_best_script {
Println(SCRIPT) // my_best_script
}