Ampersand icon indicating copy to clipboard operation
Ampersand copied to clipboard

Task: atomic component for non-uni boolean

Open stefjoosten opened this issue 1 year ago • 0 comments

This is what I saw, when running a prototype on my localhost:

afbeelding

I ran this FROM ampersandtarski/prototype-framework:v1.14 This is the source code:

CONTEXT Switch_demo

REPRESENT Bool TYPE BOOLEAN

RELATION flip[SESSION*Bool]

INTERFACE switch : "_SESSION"[SESSION] BOX
   [ bool : flip ]
ENDCONTEXT

So, we need an atomic component for this use case.

stefjoosten avatar May 30 '23 06:05 stefjoosten