File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
= Solo Forth TO-DO
2
2
:author: Marcos Cruz (programandala.net)
3
- :revdate: 2020-10-05
3
+ :revdate: 2020-10-06
4
4
5
5
// This file is part of Solo Forth
6
6
// http://programandala.net/en.program.solo_forth.html
@@ -952,6 +952,29 @@ Improve tab control.
952
952
// Documentation {{{1
953
953
== Documentation
954
954
955
+ === 2021-01-06
956
+
957
+ Make the documentation of variables, constants, etc., coherent with
958
+ other types of words. Instead of this:
959
+
960
+ ____
961
+ myword ( -- a )
962
+
963
+ A `variable`. _a_ is the address of ...
964
+ ____
965
+
966
+ Write this:
967
+
968
+ ____
969
+ myword ( -- a )
970
+
971
+ Return the address _a_ of ...
972
+
973
+ ``myword`` is a `variable`.
974
+ ____
975
+
976
+ I.e. first describe the action of the word in imperative.
977
+
955
978
=== 2021-01-05
956
979
957
980
Improve wording of "return it _fid_".
You can’t perform that action at this time.
0 commit comments