Skip to content

Commit

Permalink
api reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrum committed Aug 26, 2016
1 parent 9c05ebc commit ad327b0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/api_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,20 @@
দেখাও("ক = "+ক + " খ = "+খ +" গ="+গ);
দেখাও("ক এর প্রথম অক্ষর = "+ক[০]);
```
## নাম্বার বা সংখ্যা নিয়ে কাজ করা
```
/*
* _নাম্বার()
* লেখা বা স্ট্রিং থেকে নাম্বার এ রুপান্তর
*/
ধরি ন = _নাম্বার("২৩৪")
দেখাও( _টাইপ( ন ) ); // নাম্বার
// দশমিক সংখ্যা থেকে পূর্ণসংখ্যা রুপান্তর
দেখাও( _পূর্ণসংখ্যা(১২.৫৪৬৭৫৩) ); // ১২
দেখাও( _পূর্ণসংখ্যা("৫.৯") ); // ৫
```

## গনিত
Expand Down

0 comments on commit ad327b0

Please sign in to comment.