File: C:\prj\pb\pbslice2\test\TestProject3\c.inc
#Compile Exe
#Include "b.inc"
%ONE=1



File: C:\prj\pb\pbslice2\test\TestProject3\d.inc
' Test routine
Sub Test()
  ? "Hello" + Str$(%one)
End Sub