Skip to main content
added 8 characters in body
Source Link
Wheat Wizard
  • 102.9k
  • 23
  • 299
  • 697

Klein, 88 6 bytes

!/4@+3<.3+@4\ 

SingleSingle, DoubleDouble

Explanation

For the single the program follows a pretty straightforward path. The first mirror deflects it into the second which deflects it through the 4 to the end of the program.

The double is a little more complex. Here it is:

//33++@@44\\ 

The first two mirrors work the same, however there is a new mirror due to the doubling which deflects the ip back to the beginning, it is caught by the duplicate of the first mirror and deflected towards the end. All that is run is the 33++ which evaluates to 6.

Klein, 8 bytes

!/4@+3<. 

Single, Double

Klein, 8 6 bytes

/3+@4\ 

Single, Double

Explanation

For the single the program follows a pretty straightforward path. The first mirror deflects it into the second which deflects it through the 4 to the end of the program.

The double is a little more complex. Here it is:

//33++@@44\\ 

The first two mirrors work the same, however there is a new mirror due to the doubling which deflects the ip back to the beginning, it is caught by the duplicate of the first mirror and deflected towards the end. All that is run is the 33++ which evaluates to 6.

Post Undeleted by Wheat Wizard
added 8 characters in body
Source Link
Wheat Wizard
  • 102.9k
  • 23
  • 299
  • 697

Klein, 78 bytes

\(2+@ 1!/4@+3<. 

SingleSingle,Double Double

Klein, 7 bytes

\(2+@ 1 

Single,Double

Klein, 8 bytes

!/4@+3<. 

Single, Double

Post Deleted by Wheat Wizard
Source Link
Wheat Wizard
  • 102.9k
  • 23
  • 299
  • 697

Klein, 7 bytes

\(2+@ 1 

Single,Double