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
simple cache
ruby LRU cache with constant get/set
variables 1
3.4.0 / 3.5.2 / 3.5.1 / 3.6.1 / 3.6.5.#
faktorial
regex.rb
boolean
IRSTSTMIDTRNS
My code
code