mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
9 lines
No EOL
111 B
Text
9 lines
No EOL
111 B
Text
|
|
var a := struct;
|
|
|
|
a .+ text := "hi bank";
|
|
print( a );
|
|
|
|
if (a.text["bank"])
|
|
print( "Success!" );
|
|
endif |