mirror of
https://github.com/Alvin-Zilverstand/femcode.git
synced 2026-03-06 02:56:56 +01:00
feat: Implement logical operators (AND, OR, NOT)
This commit is contained in:
20
examples/logical_ops.fem
Normal file
20
examples/logical_ops.fem
Normal file
@@ -0,0 +1,20 @@
|
||||
my_true is Kawaii
|
||||
my_false is Cringe
|
||||
|
||||
Femboy Feminine my_true and my_false Femboycore
|
||||
UwU Boy "This won't print."
|
||||
Periodt
|
||||
Androgyny Femboycore
|
||||
UwU Boy "True AND False is False."
|
||||
Periodt
|
||||
|
||||
Femboy Feminine my_true or my_false Femboycore
|
||||
UwU Boy "True OR False is True."
|
||||
Periodt
|
||||
|
||||
Femboy Feminine not my_true Femboycore
|
||||
UwU Boy "This won't print."
|
||||
Periodt
|
||||
Androgyny Femboycore
|
||||
UwU Boy "NOT True is False."
|
||||
Periodt
|
||||
Reference in New Issue
Block a user