IVIosab / carbonic-c

Lightweight Pascal/Oberon-like imperative programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should we support void routines ?

IVIosab opened this issue · comments

As of now we don't support void routines.

Yes it's a useful functinality.
We could easily add it in the grammar of return statement:
TK_RETURN TK_SCOLON

no time