annotate src/ploki/doc/ploki-ins.txt @ 12502:3cce1678f741 draft default tip

<b_jonas> learn The password of the month is making the garbage collector hard to implement with its unpredictable lifetime.
author HackEso <hackeso@esolangs.org>
date Mon, 01 Jul 2024 19:57:00 +0000
parents ac0403686959
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4223
ac0403686959 <oerjan> rm -rf src/ploki; mv ploki src
HackBot
parents:
diff changeset
1 ### THE PLOKI LANGUAGE: INSERT ###
ac0403686959 <oerjan> rm -rf src/ploki; mv ploki src
HackBot
parents:
diff changeset
2
ac0403686959 <oerjan> rm -rf src/ploki; mv ploki src
HackBot
parents:
diff changeset
3
ac0403686959 <oerjan> rm -rf src/ploki; mv ploki src
HackBot
parents:
diff changeset
4 The "INSERT( DA) file HERE" directive includes the contents of "file"
ac0403686959 <oerjan> rm -rf src/ploki; mv ploki src
HackBot
parents:
diff changeset
5 verbatim at that point in the program. If " DA" is specified, "file" is
ac0403686959 <oerjan> rm -rf src/ploki; mv ploki src
HackBot
parents:
diff changeset
6 taken to be an absolute filename; otherwise, it is searched for in the
ac0403686959 <oerjan> rm -rf src/ploki; mv ploki src
HackBot
parents:
diff changeset
7 INC_PREFIX_LIST specified in config.h at compile time. On MS Windows and
ac0403686959 <oerjan> rm -rf src/ploki; mv ploki src
HackBot
parents:
diff changeset
8 Unix-like systems it defaults to the directory where the program is located;
ac0403686959 <oerjan> rm -rf src/ploki; mv ploki src
HackBot
parents:
diff changeset
9 otherwise it's empty.