>>  <<  Ndx  Usr  Pri  Phr  Dic  Rel  Voc  !:  wd  Help  User

publish: publish J code to HTML

Name Type Description
fmtlines verb format lines of J code
fmtscript verb format script
fmtscriptto verb format script
publish verb interactive publisher

fmtlines

format lines of J code
  fmtlines 'J code'

fmtscript

format script
  fmtscript 'script.ijs'  NB. saved as script.htm

fmtscriptto

format script
  'script.ijs' fmtscriptto 'output.htm'B. defaults (note default for BROWSER done at runtime)

publish

interactive publisher
  publish ''   or   publish 'scriptname'


>>  <<  Ndx  Usr  Pri  Phr  Dic  Rel  Voc  !:  wd  Help  User