This commit is contained in:
Gwenhael Le Moine 2022-02-09 16:34:12 +01:00
parent 9ebdb707c5
commit d00a6e8ac7
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -112,7 +112,7 @@ module Rpl
command = @dictionary.lookup( elt[:value] )
if command.nil?
# if there's command by that name then it's a name
# if there isn't a command by that name then it's a name
elt[:type] = :name
@stack << elt