[ {"type":"CommentSingle","value":";"}, {"type":"TextWhitespace","value":"\n"}, {"type":"CommentSingle","value":"; Integer functions."}, {"type":"TextWhitespace","value":"\n"}, {"type":"CommentSingle","value":";"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"HIGH"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"n"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"LOW"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"n"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"BITWIDTH"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"n"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"TZCOUNT"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"n"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n\n"}, {"type":"CommentSingle","value":";"}, {"type":"TextWhitespace","value":"\n"}, {"type":"CommentSingle","value":"; Fixed-point functions."}, {"type":"TextWhitespace","value":"\n"}, {"type":"CommentSingle","value":";"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"DIV"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"x"}, {"type":"Punctuation","value":","}, {"type":"TextWhitespace","value":" "}, {"type":"Name","value":"y"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"MUL"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"x"}, {"type":"Punctuation","value":","}, {"type":"TextWhitespace","value":" "}, {"type":"Name","value":"y"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"FMOD"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"x"}, {"type":"Punctuation","value":","}, {"type":"TextWhitespace","value":" "}, {"type":"Name","value":"y"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"POW"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"x"}, {"type":"Punctuation","value":","}, {"type":"TextWhitespace","value":" "}, {"type":"Name","value":"y"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"LOG"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"x"}, {"type":"Punctuation","value":","}, {"type":"TextWhitespace","value":" "}, {"type":"Name","value":"y"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"ROUND"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"x"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"CEIL"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"x"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"FLOOR"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"x"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"SIN"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"x"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"COS"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"x"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"TAN"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"x"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"ASIN"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"x"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"ACOS"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"x"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"ATAN"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"x"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"ATAN2"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"y"}, {"type":"Punctuation","value":","}, {"type":"TextWhitespace","value":" "}, {"type":"Name","value":"x"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n\n"}, {"type":"CommentSingle","value":";"}, {"type":"TextWhitespace","value":"\n"}, {"type":"CommentSingle","value":"; String functions."}, {"type":"TextWhitespace","value":"\n"}, {"type":"CommentSingle","value":";"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"STRCAT"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"str1"}, {"type":"Punctuation","value":","}, {"type":"TextWhitespace","value":" "}, {"type":"Name","value":"str2"}, {"type":"Punctuation","value":","}, {"type":"TextWhitespace","value":" "}, {"type":"Name","value":"str3"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"STRUPR"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"str"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"STRLWR"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"str"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"STRSLICE"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"str"}, {"type":"Punctuation","value":","}, {"type":"TextWhitespace","value":" "}, {"type":"Name","value":"start"}, {"type":"Punctuation","value":","}, {"type":"TextWhitespace","value":" "}, {"type":"Name","value":"end"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"STRRPL"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"str"}, {"type":"Punctuation","value":","}, {"type":"TextWhitespace","value":" "}, {"type":"Name","value":"old"}, {"type":"Punctuation","value":","}, {"type":"TextWhitespace","value":" "}, {"type":"Name","value":"new"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"STRFMT"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"fmt"}, {"type":"Punctuation","value":","}, {"type":"TextWhitespace","value":" "}, {"type":"Name","value":"arg1"}, {"type":"Punctuation","value":","}, {"type":"TextWhitespace","value":" "}, {"type":"Name","value":"arg2"}, {"type":"Punctuation","value":","}, {"type":"TextWhitespace","value":" "}, {"type":"Name","value":"arg3"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"STRCHAR"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"str"}, {"type":"Punctuation","value":","}, {"type":"TextWhitespace","value":" "}, {"type":"Name","value":"idx"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"REVCHAR"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"val1"}, {"type":"Punctuation","value":","}, {"type":"TextWhitespace","value":" "}, {"type":"Name","value":"val2"}, {"type":"Punctuation","value":","}, {"type":"TextWhitespace","value":" "}, {"type":"Name","value":"val3"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"STRLEN"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"str"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"STRCMP"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"str1"}, {"type":"Punctuation","value":","}, {"type":"TextWhitespace","value":" "}, {"type":"Name","value":"str2"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"STRFIND"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"str"}, {"type":"Punctuation","value":","}, {"type":"TextWhitespace","value":" "}, {"type":"Name","value":"substr"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"STRRFIND"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"str"}, {"type":"Punctuation","value":","}, {"type":"TextWhitespace","value":" "}, {"type":"Name","value":"substr"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"INCHARMAP"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"str"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"CHARLEN"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"str"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"CHARCMP"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"str1"}, {"type":"Punctuation","value":","}, {"type":"TextWhitespace","value":" "}, {"type":"Name","value":"str2"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"CHARSIZE"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"char"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"STRSUB"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"str"}, {"type":"Punctuation","value":","}, {"type":"TextWhitespace","value":" "}, {"type":"Name","value":"pos"}, {"type":"Punctuation","value":","}, {"type":"TextWhitespace","value":" "}, {"type":"Name","value":"len"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"STRIN"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"str"}, {"type":"Punctuation","value":","}, {"type":"TextWhitespace","value":" "}, {"type":"Name","value":"substr"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"STRRIN"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"str"}, {"type":"Punctuation","value":","}, {"type":"TextWhitespace","value":" "}, {"type":"Name","value":"substr"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"CHARSUB"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"str"}, {"type":"Punctuation","value":","}, {"type":"TextWhitespace","value":" "}, {"type":"Name","value":"pos"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n\n"}, {"type":"CommentSingle","value":";"}, {"type":"TextWhitespace","value":"\n"}, {"type":"CommentSingle","value":"; Other functions."}, {"type":"TextWhitespace","value":"\n"}, {"type":"CommentSingle","value":";"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"DEF"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"symbol"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"ISCONST"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"arg"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"BANK"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"arg"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"SECTION"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"symbol"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"SIZEOF"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"arg"}, {"type":"Punctuation","value":")"}, {"type":"TextWhitespace","value":"\n"}, {"type":"NameFunction","value":"STARTOF"}, {"type":"Punctuation","value":"("}, {"type":"Name","value":"arg"}, {"type":"Punctuation","value":")"} ]