diff options
author | Sunil Shetye | 2018-06-14 21:44:17 +0530 |
---|---|---|
committer | Sunil Shetye | 2018-06-14 21:44:17 +0530 |
commit | 6024f0aad968b84b203500278fe8876ff3ac4e35 (patch) | |
tree | 32d2475bccd6e1f625abd11295d87202f23979a0 /js/Sources/READC_f.js | |
parent | 848f1192960bbfd518e4214360e234880afcf437 (diff) | |
download | sci2js-6024f0aad968b84b203500278fe8876ff3ac4e35.tar.gz sci2js-6024f0aad968b84b203500278fe8876ff3ac4e35.tar.bz2 sci2js-6024f0aad968b84b203500278fe8876ff3ac4e35.zip |
handle part() call
Diffstat (limited to 'js/Sources/READC_f.js')
-rw-r--r-- | js/Sources/READC_f.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sources/READC_f.js b/js/Sources/READC_f.js index f6c44614..a2c7413e 100644 --- a/js/Sources/READC_f.js +++ b/js/Sources/READC_f.js @@ -952,7 +952,7 @@ LexToken(CLOSEBRACKET,')',1,6273) LexToken(EOL,'\n',1,6274) LexToken(VAR,'frmt1',1,6291) LexToken(ASSIGNMENT,'=',1,6297) -LexToken(VAR,'part',1,6299) +LexToken(PART,'part',1,6299) LexToken(OPENBRACKET,'(',1,6303) LexToken(VAR,'frmt1',1,6304) LexToken(COMMA,',',1,6309) |