mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
35 lines
497 B
Text
35 lines
497 B
Text
#include test1.scr
|
|
#include test2.scr
|
|
|
|
|
|
#output test.out
|
|
|
|
#tbl,chap,chep,npc,mission_id
|
|
bob,a,b,bob,m0
|
|
bob,"b","c",bob,m0
|
|
fred,c,d,fred,m0
|
|
fred,d,e,fred,m1
|
|
#
|
|
|
|
#tbl;"chop;";chap
|
|
#output test1.out
|
|
bob;";a";b
|
|
bob;"b;";c
|
|
#output test2.out
|
|
fred;c;d
|
|
fred;d;e
|
|
#
|
|
|
|
#para tabbed
|
|
Column 1 = $col1$, column 2 = $col2$, column 3 = $col3$
|
|
#
|
|
|
|
#output test3.out
|
|
#text
|
|
Begin tab delimited reading:
|
|
#tabtbl tabbed
|
|
col1 col2 col3
|
|
a1 b1 c1
|
|
a2 b2 c2
|
|
#text
|
|
End tab delimited reading.
|