lama_byterun/runtime/Std.i

45 lines
539 B
OpenEdge ABL
Raw Normal View History

2020-01-26 07:58:11 +03:00
V,sysargs;
2020-02-23 01:36:30 +03:00
F,stringInt;
2020-01-16 06:59:34 +03:00
F,makeArray;
2020-01-15 21:42:59 +03:00
F,clone;
F,hash;
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;
2020-01-14 05:15:19 +03:00
F,s__Infix_58;
F,s__Infix_3333;
F,s__Infix_3838;
F,s__Infix_6161;
F,s__Infix_3361;
F,s__Infix_6061;
F,s__Infix_60;
F,s__Infix_6261;
F,s__Infix_62;
F,s__Infix_43;
F,s__Infix_45;
F,s__Infix_42;
F,s__Infix_47;
F,s__Infix_37;
2019-12-18 18:44:01 +03:00
L,"++",T,"+";