We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
06_showcase.ring
1 parent 655f25c commit 520b90dCopy full SHA for 520b90d
examples/06_showcase.ring
@@ -9,8 +9,7 @@ load "jsonlib.ring"
9
oWebView = NULL
10
11
func main()
12
- # Create a new webview instance using the procedural API.
13
- # The '1' enables debug mode, NULL means create a new window.
+ # Create a new webview instance.
14
oWebView = new WebView()
15
16
# Set the title of the webview window.
0 commit comments