@tool extends Node # line comment """ multiline comment """ class Nested1 extends test: pass enum {UNIT_NEUTRAL, UNIT_ENEMY, UNIT_ALLY} enum NamedEnum {THING_1, THING_2, ANOTHER_THING = -1} @export var export @export_group('group') @export_flags("Self:4", "Allies:8", "Foes:16") var export_flags : int # basic property definitions / expressions static var i = 0 const STRING_CONSTANT = 'the fox said

