doc clarifications on `frtime'
This commit is contained in:
parent
47c2fb8ba9
commit
a823986281
|
@ -16,17 +16,17 @@
|
||||||
|
|
||||||
@author["Greg Cooper"]
|
@author["Greg Cooper"]
|
||||||
|
|
||||||
The @racketmodname[frtime] language supports declarative construction of
|
|
||||||
reactive systems in a syntax very similar to that of Racket. To
|
|
||||||
interact with FrTime, select @onscreen{FrTime} from the @onscreen{Choose Language} menu.
|
|
||||||
You can also make FrTime the language for a module:
|
|
||||||
|
|
||||||
@racketblock[
|
|
||||||
(module <module-name> frtime
|
|
||||||
<module-body>)]
|
|
||||||
|
|
||||||
@defmodulelang[frtime]
|
@defmodulelang[frtime]
|
||||||
|
|
||||||
|
The @racketmodname[frtime] language supports declarative construction
|
||||||
|
of reactive systems in a syntax very similar to that of Racket. It
|
||||||
|
extends the @racketmodname[scheme] language (as opposed to
|
||||||
|
@racketmodname[racket]).
|
||||||
|
|
||||||
|
Within DrRacket, as an alternative to using @racket[@#,hash-lang[]
|
||||||
|
@#,racketmodname[frtime]], you can choose @onscreen{FrTime} from the
|
||||||
|
@onscreen{Choose Language} menu.
|
||||||
|
|
||||||
@section{Primitives}
|
@section{Primitives}
|
||||||
|
|
||||||
@defthing[undefined any/c]{stands for an undefined value.}
|
@defthing[undefined any/c]{stands for an undefined value.}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user