logo
  • 教程列表
  • SO官方文档
  • true,false 和命令
    • 无限循环
    • 功能返回
    • 永远不会执行的代码
  1. StackOverflow 文档
  2. Bash 教程
  3. true,false 和命令
  4. 永远不会执行的代码

永远不会执行的代码

Created: November-22, 2018

if true; then
    echo Always executed
fi
if false; then
    echo Never executed
fi
  • 功能返回

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明