palate 0.3.7

File type detection combining tft and hyperpolyglot
Documentation
1
2
3
4
5
6
7
8
9
start ; compute the Fibonacci series
 set (a,b)=1
 for i=1:1 do  quit:term>100
 . set term=a+b
 . write !,term
 . set a=b
 . set b=term
 write !,"Result= ",term,!
 quit