This website requires JavaScript.
Explore
Help
Sign In
gered
/
picoc
Watch
1
Star
0
Fork
You've already forked picoc
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
69113a26c6
picoc
/
hello.c
10 lines
67 B
C
Raw
Normal View
History
Unescape
Escape
Neatened calling and error handling. Parser now handles assignment. git-svn-id: http://picoc.googlecode.com/svn/trunk@13 21eae674-98b7-11dd-bd71-f92a316d2d60
2008-12-20 05:24:34 -05:00
int
a
;
Simple counting loops now work git-svn-id: http://picoc.googlecode.com/svn/trunk@17 21eae674-98b7-11dd-bd71-f92a316d2d60
2008-12-20 22:46:32 -05:00
int
b
;
a
=
1
;
while
(
a
<
=
10
)
{
a
=
a
+
1
;
b
=
42
;
}
Initial checkin of picoc. Not working yet. git-svn-id: http://picoc.googlecode.com/svn/trunk@2 21eae674-98b7-11dd-bd71-f92a316d2d60
2008-10-12 20:53:28 -04:00
Reference in a new issue
Copy permalink