Skip to content
Snippets Groups Projects
Commit 10be735b authored by ben.franksen's avatar ben.franksen
Browse files

docs/about: fixed typo, mention anonymous PVs

parent 6b6d6636
No related branches found
No related tags found
No related merge requests found
......@@ -8,10 +8,10 @@ accelerators and telescopes.
The state notation language *SNL* allows programming sequential
operations that interact with EPICS process variables without the usual
complexity involved with task scheduling, semaphores, event handling,
and I/O programming. The language is a restricted subset if C, enhanced
and I/O programming. The language is a restricted subset of C, enhanced
with extra syntax for descibing state sets, states, state transitions,
and the binding of program variables to named process variables. See
the :doc:`Tutorial` for a gentle introduction.
and the binding of program variables to named and anonymous process
variables. See the :doc:`Tutorial` for a gentle introduction.
From the SNL source code, the SNL compiler *snc* generates a number of
C code procedures that are called by the run-time sequencer, a C
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment