mirror of
https://github.com/Alvin-Zilverstand/femcode.git
synced 2026-03-06 13:23:39 +01:00
feat: Implement for loops, break, and continue statements
This commit is contained in:
21
examples/loops_advanced.fem
Normal file
21
examples/loops_advanced.fem
Normal file
@@ -0,0 +1,21 @@
|
||||
my_list is ["apple", "banana", "cherry"]
|
||||
Tomgirl item is my_list Femboycore
|
||||
UwU Boy item
|
||||
Periodt
|
||||
|
||||
my_string is "Femboy"
|
||||
Tomgirl char is my_string Femboycore
|
||||
UwU Boy char
|
||||
Periodt
|
||||
|
||||
counter is 0
|
||||
Otokonoko counter < 10 Femboycore
|
||||
counter is counter + 1
|
||||
Femboy Feminine counter == 5 Femboycore
|
||||
Break
|
||||
Periodt
|
||||
Femboy Feminine counter == 2 Femboycore
|
||||
Continue
|
||||
Periodt
|
||||
UwU Boy counter
|
||||
Periodt
|
||||
Reference in New Issue
Block a user