view runtime/bool.h @ 52:079200bc3e75

String literals almost working. Print moved out of C runtime.
author Mike Pavone <pavone@retrodev.com>
date Wed, 28 Apr 2010 01:23:30 -0400
parents a24eb366195c
children 04baa003de5a
line wrap: on
line source

#ifndef BOOL_H_
#define BOOL_H_
#include "object.h"


MethodDef(If,Boolean)

#endif //BOOL_H_