mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cgen: $action (ComptimeCall); vweb: hello world works!
This commit is contained in:
@ -283,9 +283,9 @@ fn handle_conn<T>(conn net.Socket, mut app T) {
|
||||
}
|
||||
|
||||
// Call the right action
|
||||
$if debug {
|
||||
//$if debug {
|
||||
println('action=$action')
|
||||
}
|
||||
//}
|
||||
app.$action()
|
||||
/*
|
||||
app.$action() or {
|
||||
|
Reference in New Issue
Block a user