Skip to main content
Commonmark migration
Source Link

##S is for SMBF, 10 chars -> Score: 14

S is for SMBF, 10 chars -> Score: 14

SMBF stands for Self-modifying Brainf***, and both names are used interchangeably. The original interpreters were named smbf.c and smbf.rb.

\x1a is a hex literal (a single non-printable ASCII character) for the decimal number 26.

<[-<.+>]a\x1a 

The \x1a is used as a loop counter. a is printed and incremented each time.

##S is for SMBF, 10 chars -> Score: 14

SMBF stands for Self-modifying Brainf***, and both names are used interchangeably. The original interpreters were named smbf.c and smbf.rb.

\x1a is a hex literal (a single non-printable ASCII character) for the decimal number 26.

<[-<.+>]a\x1a 

The \x1a is used as a loop counter. a is printed and incremented each time.

S is for SMBF, 10 chars -> Score: 14

SMBF stands for Self-modifying Brainf***, and both names are used interchangeably. The original interpreters were named smbf.c and smbf.rb.

\x1a is a hex literal (a single non-printable ASCII character) for the decimal number 26.

<[-<.+>]a\x1a 

The \x1a is used as a loop counter. a is printed and incremented each time.

added 1 character in body
Source Link
mbomb007
  • 23.6k
  • 7
  • 66
  • 143

##S is for SMBFSMBF, 10 chars -> Score: 14

SMBF stands for Self-modifying Brainf***, and both names are used interchangeably. The original interpreters were named smbf.c and smbf.rb.

\x1a is a hex literal (a single non-printable ASCII character) for the decimal number 26.

<[-<.+>]a\x1a 

The \x1a is used as a loop counter. a is printed and incremented each time.

##S is for SMBF, 10 chars -> Score: 14

SMBF stands for Self-modifying Brainf***, and both names are used interchangeably. The original interpreters were named smbf.c and smbf.rb.

\x1a is a hex literal (a single non-printable ASCII character) for the decimal number 26.

<[-<.+>]a\x1a 

The \x1a is used as a loop counter. a is printed and incremented each time.

##S is for SMBF, 10 chars -> Score: 14

SMBF stands for Self-modifying Brainf***, and both names are used interchangeably. The original interpreters were named smbf.c and smbf.rb.

\x1a is a hex literal (a single non-printable ASCII character) for the decimal number 26.

<[-<.+>]a\x1a 

The \x1a is used as a loop counter. a is printed and incremented each time.

deleted 2 characters in body
Source Link
mbomb007
  • 23.6k
  • 7
  • 66
  • 143

##S is for SMBF, 10 chars -> Score: 14

SMBF is another namestands for Self-modifying Brainf***, and isboth names are used interchangeably. The original interpreters were also named smbf.c and smbf.rb.

\x1a is a hex literal (a single non-printable ASCII character) for the decimal number 26.

<[-<.+>]a\x1a 

The \x1a is used as a loop counter. a is printed and incremented each time.

##S is for SMBF, 10 chars -> Score: 14

SMBF is another name for Self-modifying Brainf***, and is used interchangeably. The original interpreters were also named smbf.c and smbf.rb.

\x1a is a hex literal (a single non-printable ASCII character) for the decimal number 26.

<[-<.+>]a\x1a 

The \x1a is used as a loop counter. a is printed and incremented each time.

##S is for SMBF, 10 chars -> Score: 14

SMBF stands for Self-modifying Brainf***, and both names are used interchangeably. The original interpreters were named smbf.c and smbf.rb.

\x1a is a hex literal (a single non-printable ASCII character) for the decimal number 26.

<[-<.+>]a\x1a 

The \x1a is used as a loop counter. a is printed and incremented each time.

Source Link
mbomb007
  • 23.6k
  • 7
  • 66
  • 143
Loading