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

View file

@ -0,0 +1,2 @@
const x = "var x = echo x[0..7],chr(34),x,chr(34),chr(10),x[8 .. -1]"
echo x[0..7],chr(34),x,chr(34),chr(10),x[8 .. -1]

View file

@ -0,0 +1,4 @@
const x = "const x = |const y = x[0..9]&34.chr&x&34.chr&10.chr&x[11..100]&10.chr&x[102..115]&10.chr&x[117 .. -1]|static: echo y|echo y"
const y = x[0..9]&34.chr&x&34.chr&10.chr&x[11..100]&10.chr&x[102..115]&10.chr&x[117 .. -1]
static: echo y
echo y