X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=index.iki;h=decd706fb5e12fad1fcb7e0138da33fafee46399;hp=1abeed131420f603ca2f2cdda25a76c006862e00;hb=7a180e9ea675ae1e4429b455152172f380f2c439;hpb=b5a181df62205a4ac41171aeb7c45c360b00a5b8 diff --git a/index.iki b/index.iki index 1abeed13..decd706f 100644 --- a/index.iki +++ b/index.iki @@ -6,7 +6,23 @@ This course is co-taught by [Chris Barker](http://homepages.nyu.edu/~cb125/) and The seminar meets on Mondays from 4-6, in the Linguistics building at 10 Washington Place, in room 104 (back of the first floor). One student session will be held every Wednesday from 3-4 on the -fourth floor at 10 Washington Place. Here is $some^2 x^{e \pi} + 3y$ math, and $$here_{is} some + more$$ End of math. +fourth floor at 10 Washington Place. + +Here is $some^2 x^{e \pi} + 3y$ math, and $$here_{is} some + more$$ End of math. +Except I want to add this: $\frac{-b\pm\sqrt{b^2-4ac}}{2a\pi^i}$ Okay now I'm finished. + +Here is a test: + + +> [[!format python """ +def f(x): + if x: + print "hello, world\n" + else: + return False +"""]] + +End of test. ## Announcements ##