summaryrefslogtreecommitdiff
path: root/tests/i.stage
blob: 8c2e7feae81ee1bc055c2d1289f744cbab767cd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
situation <<start>>
{
	enter
	{
		if true then
		{
			display("True");
		}
		else
		{
			display("False");
		}

		display("Done");
	}
}