Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
8
Task/Here-document/BaCon/here-document.bacon
Normal file
8
Task/Here-document/BaCon/here-document.bacon
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
'--- we dont have a print here doc built-in command in BaCon
|
||||
'--- we can get the end result like this with the newline NL$
|
||||
|
||||
PRINT "To use Bacon your system must have either Korn Shell, or ZShell, or Bourne Again Shell (BASH) available." NL$ \
|
||||
"If none of these shells are available on your platform, download and install the free Public Domain Korn Shell which can" NL$ \
|
||||
"execute BaCon also. Furthermore BaCon also works with a newer Kornshell implementation like the MirBSD Korn Shell." NL$ NL$ \
|
||||
"BaCon intends to be a programming aid in creating tools which can be compiled on different platforms" NL$ \
|
||||
"(including 64bit environments). It tries to revive the days of the good old BASIC." NL$
|
||||
Loading…
Add table
Add a link
Reference in a new issue