I've used it for a grand total of about 10-15 minutes so far. If you disagree with me, I'm probably wrong.
Specifically, I find the way it denotes blocks to be a bit odd. The only way I can think of to describe it is BASIC-style:
if [condition] then
[stuff]
end
Specifically, I find the way it denotes blocks to be a bit odd. The only way I can think of to describe it is BASIC-style:
if [condition] then
[stuff]
end
Comment