mirror of
https://github.com/Alvin-Zilverstand/femcode.git
synced 2026-03-06 02:56:56 +01:00
feat: Implement dictionaries and property access
This commit is contained in:
3
examples/dictionaries.fem
Normal file
3
examples/dictionaries.fem
Normal file
@@ -0,0 +1,3 @@
|
||||
my_dict is {"name": "Femboy", "version": 1}
|
||||
UwU Boy my_dict.name
|
||||
UwU Boy my_dict.version
|
||||
Reference in New Issue
Block a user