feat: Implement logical operators (AND, OR, NOT)

This commit is contained in:
Alvin
2025-07-22 17:00:48 +02:00
parent 3461ed8863
commit 452088e947
4 changed files with 70 additions and 5 deletions

20
examples/logical_ops.fem Normal file
View 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