This website requires JavaScript.
Explore
Help
Sign in
Miroirs
/
fOOrth
Watch
1
Star
0
Fork
You've already forked fOOrth
0
mirror of
https://github.com/PeterCamilleri/fOOrth
synced
2024-11-16 07:47:56 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
add_duration_class
fOOrth
/
docs
/
snippets
/
int_log2.foorth
8 lines
118 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
UG update, begin loops.
2015-02-14 16:40:35 +01:00
// A simple integer log2
UG update, updated int_log2 example.
2015-02-16 21:53:40 +01:00
: ilog2 .to_i 2/ 0 swap
begin
UG update, begin loops.
2015-02-14 16:40:35 +01:00
dup 0> while
2/ swap 1+ swap
again
drop ;
Reference in a new issue
Copy permalink