Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
Fix 3
|
||||
Disp "INVERTED"
|
||||
Fix 2
|
||||
Disp "REGULAR",i
|
||||
Pause 4500
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
import console.*
|
||||
|
||||
println( "${REVERSED}This is reversed.$RESET This is normal." )
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
local(esc = decode_base64('Gw=='))
|
||||
|
||||
stdout( #esc + '[7m Reversed Video ' + #esc + '[0m Normal Video ')
|
||||
|
|
@ -0,0 +1 @@
|
|||
echo "\e[7mReversed\e[m Normal"
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
nverse = char(17)+char(128)+char(17)+char(15)
|
||||
normal = char(17)+char(128+15)+char(17)+char(0)
|
||||
see inverse + " inverse " + normal + " video"
|
||||
Loading…
Add table
Add a link
Reference in a new issue