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

REBOL 3 Errors: missing

A block, string or paren expression was left unclosed.

Message:

["Missing" :arg2 "at" :arg1]

Example:

filter-error try [load "("]
** Syntax Error: Missing ) at end-of-script
** Where: (line 1) (


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