You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
361 B
13 lines
361 B
{2}# Float Literals{0}
|
|
{4}12.34{0}
|
|
{4}1234e{10}-{4}2{0}
|
|
{4}1.234E1{0}
|
|
{2}# Range Literals{0}
|
|
{10}({4}1{10}..{4}2{10}){0}
|
|
{10}({4}2.0{10}..{4}3{10}){0}
|
|
{2}# Method on number{0}
|
|
{4}1.5{10}.{11}ceil{0}
|
|
{4}1ri{10}.{11}abs{0}
|
|
{4}3{10}.{11}times{0} {10}{|{11}i{10}|{0} {11}puts{0} {11}i{10}}{0}
|
|
{4}3{10}.{0} {11}times{0} {10}{|{11}i{10}|{0} {11}puts{0} {11}i{10}}{0}
|