lama_byterun/runtime/Std.i

63 lines
754 B
OpenEdge ABL
Raw Normal View History

2021-01-25 01:22:56 +03:00
F,assert;
F,getEnv;
F,system;
2020-01-26 07:58:11 +03:00
V,sysargs;
2023-12-06 19:45:29 +03:00
V,stdout;
V,stderr;
2020-02-23 01:36:30 +03:00
F,stringInt;
2020-01-16 06:59:34 +03:00
F,makeArray;
2021-01-31 22:57:12 +03:00
F,string;
F,length;
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;
F,printfPerror;
2019-12-21 02:34:56 +03:00
F,fprintf;
F,fopen;
F,fclose;
F,fread;
F,fwrite;
2021-11-19 01:38:22 +03:00
F,fexists;
2019-12-21 02:34:56 +03:00
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,"+";
2020-08-02 23:56:21 +03:00
F,enableGC;
F,disableGC;
F,random;
F,time;
2020-08-10 20:55:10 +03:00
F,kindOf;
2020-08-04 15:48:20 +03:00
F,compareTags;
2020-08-06 14:56:41 +03:00
F,flatCompare;
2020-09-01 17:23:36 +03:00
F,tagHash;
2021-10-31 15:34:34 +03:00
F,uppercase;
F,lowercase;