Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
variables output
#ruby 2.3.1 puts "Hello, world!" #variables are place holders location = "SF" puts location my_num = 42 #putsout exact but my_num + 8 #this part will not my_num = my_num + 8 #50 puts my_num
run
|
edit
|
history
|
help
0
Ruby custom inject
Arithmetic Operations, Function Calls, Recursion and more in Ruby
regex.rb
piramid2
MACK FIRST wall
Division Function without / or * signs
boolean
Hash and Symbols
comments
testing ruby