Category talk:Wren-sql: Difference between revisions

m
Added quotes to 'lang' attribute.
m (Fixed syntax highlighting.)
m (Added quotes to 'lang' attribute.)
Line 14:
 
==Source code (Wren)==
<syntaxhighlight lang="ecmascript">/* Module "sql.wren" */
 
/*
Line 214:
}</syntaxhighlight>
==Source code (C)==
<syntaxhighlight lang="c">/* gcc -O3 -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_THREADSAFE=0 wren-sql.c -o wren-sql -lsqlite3 -lwren -lm */
 
#include <stdio.h>
9,476

edits