Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Talk:Filetab

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 15 years ago by Grgruff in topic Example code

Example code

[edit]

Good examples would be nice. "Hello World" probably wouldn't work, but it's sad to see that there's not a FILETAB example http://99-bottles-of-beer.net/

The one piece of code I've managed to find is this, deep within RapidGen's site:

              * an example of decision table logic
              *
              *DETAB Decision.table.name
              C IF   called.decision.table                     Y N N
                IF   Second.table                              - Y N
              A CALL Action1                                   X . . 
                CALL Action2                                   . X .
                REPEAT                                         X X .
                EXIT F                                         . . X 
              
 If either "called decision table" or "Second table" returns TRUE, perform a corresponding action, and loop back to perform the tests again. If they both return FALSE then exit with a FALSE status.

Anyone got some better, bigger example? Snori (talk) 18:41, 7 July 2010 (UTC)Reply


archive.org has a 2001 version of the Filetab Developers Guide which includes lots of examples http://web.archive.org/web/20060506041637/www.ncc.co.uk/software/downloads/FILETABDevelopersGuide2001.pdf Grgruff (talk) 00:04, 6 November 2010 (UTC)Reply