キーワード

Vはきわめて小規模な言語なのでキーワードもごくわずか(25個程度)しかありません。

V

言語

含まれる

キーワード

break

const

as

continue

defer

else

enum

fn

for

struct

go

goto

if

import

return

type

pub

mut

in

interface

match

module

or

none

他の言語と同様、これらのキーワードは変数名には使えません。

Last updated

Was this helpful?