Hacker News new | past | comments | ask | show | jobs | submit login

I guess they meant in expression blocks (for, while, struct ...).



You can always write

    julia> begin for i = 1:3
             println(i)
           end end
    1
    2
    3
/s




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: