issues
search
tima-overlays
/
tima
2
stars
0
forks
source link
Improve syntax
#7
Open
intigonzalez
opened
8 years ago
intigonzalez
commented
8 years ago
A few replacements seem appropriate:
action
=>
do
=
=>
:
when we want to send a message
"*"
doesn't seem to be the proper way to specify a broadcast
::
is all over the place. This annoying operator clutters the source and seems unnecessary. Actually, it is there to help the parser
A few replacements seem appropriate:
action
=>do
=
=>:
when we want to send a message"*"
doesn't seem to be the proper way to specify a broadcast::
is all over the place. This annoying operator clutters the source and seems unnecessary. Actually, it is there to help the parser