10 lines
165 B
Racket
10 lines
165 B
Racket
#lang scribble/doc
|
|
@(require "common.ss")
|
|
|
|
@title[#:tag "version"]{Version}
|
|
|
|
@defproc[(mx-version) string?]{
|
|
|
|
Returns a string indicating the version of MysterX.}
|
|
|