robocomp/LearnBlock

Create when block (DSL)

Closed this issue · 2 comments

when <condition> do
    <statement>
    <statement>
    ...
end

PS. when blocks do not allow nesting (when blocks within a when block)

via #40