PolishScript
Jump to navigation
Jump to search
- This article is not detailed enough and needs to be expanded. Please help us by adding some more information.
A language where everything is in polish notation
=fib:(num n)
; =a 0
; =b 1
; =c 0
+a*n:(num i)
; =c+a b
; =a b
=b c
[num]arr
[num]arr
=main:([str]arr args)
; (,(,(,10)fib)arrtostr)print
0
num