Skip to main content
Added steps explanation.
Source Link
grovesNL
  • 6.7k
  • 1
  • 19
  • 27

Whitespace

    	  	    	      		  	 	 	      		 		   	      		 		   	      		 				 	      	      	      	 	 			 	      		 				 	      			  	  	      		 		   	      		  	   	      	    	 	    

Wikipedia: Whitespace (programming language)
Online Interpreter to Test Answer

The program pushes the ASCII character codes through the following steps (taken from the interpreter debug sidebar):

 push 72 printc push 101 printc push 108 printc push 108 printc push 111 printc push 32 printc push 87 printc push 111 printc push 114 printc push 108 printc push 100 printc push 33 printc end 

Whitespace

    	  	    	      		  	 	 	      		 		   	      		 		   	      		 				 	      	      	      	 	 			 	      		 				 	      			  	  	      		 		   	      		  	   	      	    	 	    

Wikipedia: Whitespace (programming language)
Online Interpreter to Test Answer

Whitespace

    	  	    	      		  	 	 	      		 		   	      		 		   	      		 				 	      	      	      	 	 			 	      		 				 	      			  	  	      		 		   	      		  	   	      	    	 	    

Wikipedia: Whitespace (programming language)
Online Interpreter to Test Answer

The program pushes the ASCII character codes through the following steps (taken from the interpreter debug sidebar):

 push 72 printc push 101 printc push 108 printc push 108 printc push 111 printc push 32 printc push 87 printc push 111 printc push 114 printc push 108 printc push 100 printc push 33 printc end 
Source Link
grovesNL
  • 6.7k
  • 1
  • 19
  • 27

Whitespace

    	  	    	      		  	 	 	      		 		   	      		 		   	      		 				 	      	      	      	 	 			 	      		 				 	      			  	  	      		 		   	      		  	   	      	    	 	    

Wikipedia: Whitespace (programming language)
Online Interpreter to Test Answer