Property definitions

sqlite3 $ Sqlite3Code :: is_done
	fun is_done: Bool `{ return self == SQLITE_DONE; `}
lib/sqlite3/native_sqlite3.nit:72,2--52