Open hostilefork opened 1 year ago
m: macro [invisible [logic!]] [ if invisible [return []] return [<not invisible>] ] >> 10 m false == <not invisible> >> 10 m true == 10 ; expected result, but it asserts