red / REP

Red Enhancement Process
BSD 3-Clause "New" or "Revised" License
10 stars 4 forks source link

WISH: Support comment in VID block #150

Open endo64 opened 1 year ago

endo64 commented 1 year ago

comment can be supported in VID blocks. This gives possibility to comment out part of VID block easily.

view [
    button "OK"
    comment [
        button "Test"
    ]
    button "Cancel"
]