REBOL 3 Docs Guide Concepts Functions Datatypes Errors
  TOC < Back Next >   Updated: 23-Feb-2009 Edit History  

REBOL 3 Concepts: Scripts: Structure

Pending Revision

This document was written for R2 and has yet to be revised for R3.

The term script refers not only to single files that are evaluated but also to source text embedded within other types of files (such as, web pages), or fragments of source text that are saved as data files or passed as messages.

Free-form

The structure of a script is free-form. Indentation and spacing can be used to clarify the structure and content of the script. In addition, you are encouraged to use the standard scripting style to make scripts more universally readable. See scripts: style guide for more information.

Editor note: This section is new or has has recently changed and is still under construction.

header / body

including files

forward references

data creation in script

Unicode encoding, BOM


  TOC < Back Next > REBOL.com - WIP Wiki Feedback Admin