Augmented Reality

Microcode by Pall Thayer, via rhizome-l:

#!/usr/bin/perl

$reality = “real textn”;
$augmented_reality = “e[31;40m augmented “.$reality.”e[0m”;
print $reality;
print $augmented_reality;

http://pallit.lhi.is/microcodes/index.php?code_id=49

This entry was posted in rhetoric of computation and tagged , , , , , . Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

Post a Comment

You must be logged in to post a comment.

This site uses Akismet to reduce spam. Learn how your comment data is processed.