syntax_table ->initialise: name=[name]*,
prototype=[syntax_table]Create a named or anonymous (name = @nil)
syntax table. Named syntax tables are registered in @syntax_tables
for later reuse. If a syntax_table is specified its contents is copied
in the new table.
Anonymous tables are not stored in @syntax_tables.