"语句可以" is not found on TREX in Chinese-English direction
Try Searching In English-Chinese (语句可以)

Low quality sentence examples

您的语句可以包含参数,但是,在执行这些语句时,必须指定参数的值。
Your statements can contain parameters, however, by the time you execute such statements the values of the parameters must be specified.
你可以在代码块中使用标记,但只有break语句可以使用非循环标记。
You can use labels within simple blocks, but only break statements can make use of non-loop labels.
因此IF语句可以有两个结果。
So an IF statement can have two results.
这些语句可以是任何有效的Ruby语句。
These statments could be any valid Ruby statement.
一条语句可以有多个标签。
A sentence can have several labels.
现在,break语句可以用来跳出目标块。
Now, break statement can be use to jump out of target block.
一条语句可以有多个标签。
A term can have multiple labels.
While语句可以有一个可选的else子句。
While statement can have an optional else clause.
有没有更简单的语句可以做到呢??
Is there a simpler word you can use?
跳转语句可以是while,dowhile和for循环。
The jump statement can be while, do while and for loop.
使用INPUT语句可以从TEXT和FIXED格式导入数据。
With the INPUT statement, you can import data from TEXT and FIXED formats.
这种理解,语句可以读取,“上帝是好东西。
With this understanding, the statement could read,“God does good things..
Catch语句可以测试一段代码是否出错。
Catch statement allows you to test a block of code for errors.
类似的结果,一个switchcase语句可以替代if。
With a similar result, a switch case statement can be used instead of if.
Goto语句可以放置在PHP程序中以启用跳转。
The goto statement can be placed to enable jumping inside the PHP program.
一个while语句可以有一个可选的else从句。
A while statement can have an optional else clause.
有两种特殊的语句可以在循环中使用:break和continue。
There are two special statements that can be used inside loops: break and continue.
这种类型的switch语句可以替代多个'ifelse'子句。
The“switch” statement can replace multiple“if” statements..
Switch块中的语句可以标注一个或多个case或default标签。
Case A statement in the switch block can be labeled with one or more case or default labels.
也就是说,一个try语句可以在另一个try块的内部。
That is, a try statement can be inside the block of another try.