9 lines
135 B
Text
9 lines
135 B
Text
foo "marius", 23;
|
|
foo "kyle", 15;
|
|
foo "soren", 7;
|
|
bah "blef","bummy";
|
|
meh {
|
|
foo "marius", 24;
|
|
foo "blef", 542;
|
|
bah "hi";
|
|
}
|