Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 457 Bytes

File metadata and controls

18 lines (13 loc) · 457 Bytes

Belajar Dart Lang Console Basic

New Project di VSCode

Input console

  • standart string input
  • parse to integer
  • parse to double

Percabangan

  • menggunakan if
  • menggunakan switch

A sample command-line application with an entrypoint in bin/, library code in lib/, and example unit test in test/.

Created from templates made available by Stagehand under a BSD-style license.