Plan 9 from Bell Labs’s /usr/web/sources/contrib/fgb/root/sys/src/cmd/4th/examples/demo/condcomp.4th

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


\ Example code conditional compilation
\ Copyright 1997,8 HanSoft & Partners

true  constant dos

dos [if]
." This is the DOS code"
   false [if]
   ." This should be ignored"
   [then]
[then]

dos [not] [if]
." This is the Unix code"
   false [if]
   ." This should be ignored"
   [then]
[then]

cr


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.