Skip to content

Commit

Permalink
syntax: remove floats that are not supported any longer
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Nov 5, 2024
1 parent 3e3ce3f commit ca11a5b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions core/syntax/syntax-docs.factor
Original file line number Diff line number Diff line change
Expand Up @@ -93,22 +93,10 @@ ARTICLE: "syntax-floats" "Float syntax"
"1/3. ."
"0.3333333333333333"
}
{ $example
"1/0.5 ."
"2.0"
}
{ $example
"1/2.5 ."
"0.4"
}
{ $example
"1+1/2. ."
"1.5"
}
{ $example
"1+1/2.5 ."
"1.4"
}
"The special float values have their own syntax:"
{ $table
{ "Positive infinity" { $snippet "1/0." } }
Expand Down

0 comments on commit ca11a5b

Please sign in to comment.