lib/qlang/lexer/tokens.rb in qlang-0.0.27000000 vs lib/qlang/lexer/tokens.rb in qlang-0.0.27100000
- old
+ new
@@ -30,10 +30,10 @@
NUMS_BY_SP = NUM.line_by(SP)
# THIRD TOKEN
class ::String
def func_call
- "#{FUNCV}#{LPRN}#{ANYSP}#{self}*#{ANYSP}#{RPRN}"
+ "#{FUNCV}#{LPRN}#{ANYSP}#{self}#{ANYSP}#{RPRN}"
end
end
FUNCCN = NUMS_BY_CMA.func_call
FUNCCV = VARS_BY_CMA.func_call
FUNCCVN = VARNUMS_BY_CMA.func_call