Skip to main content
Commonmark migration
Source Link

#MY, 3 bytes

MY, 3 bytes

MY also has a builtin for this!

⎕⍋↵ 

Try it online!

###How?

How?

Evaluated input, grade up, then output with a newline.

Indexed however you set the index, with /0x48. (Can even be some weird integer like -1 or 2, the default is 1).

#MY, 3 bytes

MY also has a builtin for this!

⎕⍋↵ 

Try it online!

###How?

Evaluated input, grade up, then output with a newline.

Indexed however you set the index, with /0x48. (Can even be some weird integer like -1 or 2, the default is 1).

MY, 3 bytes

MY also has a builtin for this!

⎕⍋↵ 

Try it online!

How?

Evaluated input, grade up, then output with a newline.

Indexed however you set the index, with /0x48. (Can even be some weird integer like -1 or 2, the default is 1).

added 28 characters in body
Source Link
Adalynn
  • 6.2k
  • 1
  • 18
  • 36

#MY, 3 bytes

MY also has a builtin for this!

Hex:

1F 67 27⎕⍋↵ 

Unimplemented Codepage:Try it online!

⎕⍋↵ 

###How?

Evaluated input, grade up, then output with a newline.

Indexed however you set the index, with /0x48. (Can even be some weird integer like -1 or 2, the default is 1).

#MY, 3 bytes

MY also has a builtin for this!

Hex:

1F 67 27 

Unimplemented Codepage:

⎕⍋↵ 

###How?

Evaluated input, grade up, then output with a newline.

Indexed however you set the index, with /0x48. (Can even be some weird integer like -1 or 2, the default is 1).

#MY, 3 bytes

MY also has a builtin for this!

⎕⍋↵ 

Try it online!

###How?

Evaluated input, grade up, then output with a newline.

Indexed however you set the index, with /0x48. (Can even be some weird integer like -1 or 2, the default is 1).

added 102 characters in body
Source Link
Adalynn
  • 6.2k
  • 1
  • 18
  • 36

#MY, 3 bytes

MY also has a builtin for this!

Hex:

1F 67 27 

Unimplemented Codepage:

⎕⍋↵ 

###How?

Evaluated input, grade up, then output with a newline.

Indexed however you set the index, with /0x48. (Can even be some weird integer like -1 or 2, the default is 1).

#MY, 3 bytes

MY also has a builtin for this!

Hex:

1F 67 27 

Unimplemented Codepage:

⎕⍋↵ 

###How?

Evaluated input, grade up, then output with a newline.

#MY, 3 bytes

MY also has a builtin for this!

Hex:

1F 67 27 

Unimplemented Codepage:

⎕⍋↵ 

###How?

Evaluated input, grade up, then output with a newline.

Indexed however you set the index, with /0x48. (Can even be some weird integer like -1 or 2, the default is 1).

Source Link
Adalynn
  • 6.2k
  • 1
  • 18
  • 36
Loading