Befunge/Constants
Jump to navigation
Jump to search
- ← Back to Befunge
- This is still a work in progress. It may be changed in the future.
A Befunge constant is a program or subprogram which computes a specified constant (usually a number).
The constants 0 to 9 are trivial, so they are not shown here.
10-19
10 5:+ 11 65+ 12 6:+ 13 67+ 14 7:+ 15 78+ 16 8:+ 17 89+ 18 9:+ 19 83*5-
20-29
20 45* 21 73* 22 83*2- 23 83*1- 24 83* 25 5:* 26 283*+ 27 39* 28 74* 29 84*3-
30-39
30 56* 31 84*1- 32 84* 33 "!" 34 "!"1+ 35 75* 36 6:* 37 6:*1+ 38 36:1++*1- 39 36:1++*
40-49
40 58* 41 67*1- 42 67* 43 "+" 44 "," 45 95* 46 "." 47 "/" 48 "0" 49 7:*
50-59
50 "2" 51 389+* 52 486*+ 53 69*1- 54 69* 55 169*+ 56 87* 57 187*+ 58 45*9+2* 59 5:*2*9+
60-69
60 562** 61 "=" 62 ">" 63 79* 64 8:* 65 "A" 66 "B" 67 "C" 68 "D" 69 "E"
70-79
70 "F" 71 "G" 72 "H" 89* 73 "I" 74 "J" 75 "K" 76 "L" 77 "M" 78 "N" 79 "O"
80-89
80 "P" 81 9:* 82 "R" 83 "S" 84 43*7* "T" 85 "U" 86 "V" 87 "W" 88 "X" 89 "Y"
90-99
90 "Z" 91 767+* 92 "."2* 93 "!"1-3* 94 "/"2* 95 45*1-5* 96 843** 97 "a" 98 "b" 99 "c"
100-109
100 5:+:*
External resources
- BefunRep, a collection of (nearly) optimal Befunge-93-specific constants.