Write your program in file program.pls
and execute node index.js
.
(foo = true)
(bar = foo)
Your program need to be writen in functional style. Example:
(a = 1000)
(b = (if true
(a true)
(a false)
))
(c => (if true
(a true)
(a false)
))
(a = false)
(log (b c))
- if
plus
minus
multiplication
division
sqrt
pow
not
and
or
xor
log