lama_byterun/runtime/Std.i

26 lines
263 B
OpenEdge ABL
Raw Normal View History

2019-12-24 03:59:05 +03:00
F,fst;
F,snd;
F,hd;
F,tl;
2019-12-21 02:34:56 +03:00
F,readLine;
F,stringcat;
2019-12-31 00:59:28 +03:00
F,matchSubString;
2020-01-03 01:38:49 +03:00
F,substring;
F,regexp;
F,regexpMatch;
2019-12-21 02:34:56 +03:00
F,sprintf;
F,makeString;
F,printf;
2019-12-21 02:34:56 +03:00
F,fprintf;
F,fopen;
F,fclose;
F,fread;
F,fwrite;
F,failure;
F,read;
F,write;
2019-12-20 00:23:35 +03:00
F,compare;
2019-12-18 18:44:01 +03:00
F,i__Infix_4343;
L,"++",T,"+";