Add tasks for all the new languages

This commit is contained in:
Tina Müller 2016-12-05 23:44:36 +01:00
parent 9dc3c2bb62
commit bba7bfd280
13208 changed files with 134745 additions and 0 deletions

View file

@ -0,0 +1,15 @@
include "ConsoleWindow"
// Set width of tab
def tab 8
print "exp:", exp(1)
print "pi:", pi
print "sqr:", sqr(2)
print "log:", log(2)
print "log2:", log2(2)
print "log10", log10(2)
print "abs:", abs(-2)
print "floor:", int(1.534)
print "ceil:", val( using"###"; 1.534 )
print "power:", 1.23 ^ 4