This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
THE PRINCETON INTERCAL COMPILER | |
INITIALIZATION | |
* UNDOCUMENTED OPTIONS: | |
* | |
* #12 TO LIST AND PRINT | |
* #120 TO INSERT SPITBOL INTO PFX | |
* #SLIBRARY TO CREATE LIBRARY | |
* #PUNSOURCE TO PUNCH ROFF DECK |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<link href="motif.css" rel="stylesheet" /> | |
<script type="text/javascript" src="motif.js"></script> | |
<script type="text/javascript"> | |
var lexer; | |
var opacity = .3; | |
window.onload = function(e) { |