removed white spaces in constants

This commit is contained in:
stla 2020-10-07 19:17:45 +02:00
parent 506dba1e33
commit e111b302bc

View file

@ -79,11 +79,11 @@ export const language = <languages.IMonarchLanguage>{
'TRUE',
'NA',
'Inf',
'NaN ',
'NaN',
'NA_integer_',
'NA_real_',
'NA_complex_',
'NA_character_ ',
'NA_character_',
'T',
'F',
'LETTERS',