When the function has no argument and return nothing (`void`), I saw sometimes
like this
proc main =
echo "In main proc"
when isMainModule:
main()
- Indentation causes compiler errors jzakiya
- Re: Indentation causes compiler errors Parashurama
- Re: Indentation causes compiler errors jzakiya
- Re: Indentation causes compiler errors bpr
- Re: Indentation causes compiler errors sky_khan
- Re: Indentation causes compiler errors mashingan
- Re: Indentation causes compiler err... coffeepot
