Property definitions

sqlite3 $ Sqlite3Code :: is_ok
	fun is_ok: Bool `{ return self == SQLITE_OK; `}
lib/sqlite3/native_sqlite3.nit:37,2--48