source: golgotha/src/i4/string/test.res @ 608

Last change on this file since 608 was 80, checked in by Sam Hocevar, 15 years ago
  • Adding the Golgotha source code. Not sure what's going to be interesting in there, but since it's all public domain, there's certainly stuff to pick up.
File size: 159 bytes
Line 
1#include "test2.res"
2
3array = { 12
4          13
5          14 }
6
7macro=hello
8boy_oh_boy "$ { macro } there"
9marcus "${boy_oh_boy} lamer"
10alert "%S"
11
Note: See TracBrowser for help on using the repository browser.