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,4 @@
' FB 1.05.0 Win64
Shell "echo For i As Integer = 1 To 10 : Print i : Next > zzz.bas && fbc zzz.bas && zzz"
Sleep

View file

@ -0,0 +1 @@
include "ConsoleWindow":dim a$:open "Unix",1,"cal 10 2018":do:line input #1,a$:print a$:until eof(1):close 1

View file

@ -0,0 +1 @@
echo " 'The date and time is: ' + date " | lasso9 --

View file

@ -0,0 +1 @@
$ lasso9 -s " 'The date and time is: ' + date "

View file

@ -0,0 +1 @@
oforth --P"1000 seq map(#sqrt) sum print"

View file

@ -0,0 +1 @@
see "Hello World!" + nl

View file

@ -0,0 +1 @@
% sidef -E "say 'hello'"

View file

@ -0,0 +1 @@
echo "prn 34" |wart

View file

@ -0,0 +1,2 @@
$ jq -M -n 1+1
2