Category:Symsyn: Difference between revisions

From Rosetta Code
Content added Content deleted
(Create page)
 
No edit summary
Line 1: Line 1:
{{stub}}{{language|symsyn}}
{{stub}}{{language|symsyn}}

Symsyn is a simple programming language and realtime operating environment. A Symsyn program consists of one or more instructions. Each instruction maps directly to a Pascal procedure which resides in the runtime emulator. It can accomodate a virtually unlimited number of new instructions. There are three data types: 64 bit word, 8 bit character, and Ansi strings.

More info at : http://qsys.us/symsyn

Revision as of 17:07, 23 February 2016

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
Symsyn
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Symsyn.

Symsyn is a simple programming language and realtime operating environment. A Symsyn program consists of one or more instructions. Each instruction maps directly to a Pascal procedure which resides in the runtime emulator. It can accomodate a virtually unlimited number of new instructions. There are three data types: 64 bit word, 8 bit character, and Ansi strings.

More info at : http://qsys.us/symsyn