21 lines
493 B
Factor
21 lines
493 B
Factor
! Copyright (C) 2008 Jean-François Bigot.
|
|
! See http://factorcode.org/license.txt for BSD license.
|
|
USING: help.markup help.syntax kernel ;
|
|
IN: 4DNav.space-file-decoder
|
|
|
|
|
|
|
|
HELP: read-model-file
|
|
{ $values
|
|
|
|
{ "path" "path to the file to read" }
|
|
{ "x" "value" }
|
|
}
|
|
{ $description "Read a file containing the xml description of the model" } ;
|
|
|
|
ARTICLE: "4DNav.space-file-decoder" "Space XMLfile decoder"
|
|
{ $vocab-link "4DNav.space-file-decoder" }
|
|
;
|
|
|
|
ABOUT: "4DNav.space-file-decoder"
|