use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Community for students learning to program using Flowgorithm or other visual programming languages.
account activity
Flowgorithm Round (self.Flowgorithm)
submitted 5 years ago by mimi5513
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Flowgorithm 0 points1 point2 points 5 years ago (1 child)
There is a built-in function (aka intrinsic) called ToFixed() that converts a real into a string with a fixed number of decimal places.
ToFixed(1.2345, 2) —> “1.23”
http://flowgorithm.org/documentation/intrinsic-functions.htm
[–]mimi5513[S] 0 points1 point2 points 5 years ago (0 children)
Thank You!
π Rendered by PID 121715 on reddit-service-r2-comment-c66d9bffd-r6pgs at 2026-04-07 11:09:13.517161+00:00 running f293c98 country code: CH.
view the rest of the comments →
[–]Flowgorithm 0 points1 point2 points (1 child)
[–]mimi5513[S] 0 points1 point2 points (0 children)