File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 7373 "hy" : " Hy" ,
7474 "i" : " INTERCAL" ,
7575 "ico" : " Icon" ,
76+ "ics" : " IntercalScript" ,
7677 "idr" : " Idris" ,
7778 "inf" : " Inform 6" ,
7879 "io" : " Io" ,
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ for lang in "${languages[@]}"; do
8989 (hx) run=(haxe --main Punishment --interp);;
9090 (i) compile=(ick -b " $f " ); run=(" ./${f% .$ext } " );;
9191 (ico) run=(icon " $f " );;
92+ (ics) compile=(ics " $f " ); run=(node " ${f% .$ext } .mjs" );;
9293 (idr) compile=(idris -o a.out " $f " ); run=(./a.out);;
9394 (inf) compile=(inform " $f " ); run=(dfrotz -mp " ${f% .$ext } .z5" );;
9495 (j) run=(jconsole " $f " );;
Original file line number Diff line number Diff line change 1+ count = 0;
2+ do while count < 500 then
3+ print("I will not throw paper airplanes in class.");
4+ count = count +. 1
5+ end
You can’t perform that action at this time.
0 commit comments