An opinionated collection of technical words commonly used in programming, translated into Khmer.
function add(x, y) {return x + y}
ត្រូវការអាគុយម៉ង់ x និង y ដើម្បីគណនារកចម្លើយ។array[0]
។x = 1
នៅក្នុងភាសា JavaScript អាចមានទម្រង់ let x = 1
។ ល។x
ដោយសរសេរថា let x = 1
។ បើយើងហៅអថេរនេះមកប្រើដោយមិនបានកំណត់តម្លៃដំបូង កម្មវិធីមិនអាចដំណើរការបាននោះទេ។requests
នៅក្នុងភាសា Python សម្រួលទៅដល់ការផ្ញើសំណើទៅកាន់ URL ផ្សេងៗ។return x + y
។printf('hello')
ប៉ុន្តែក្នុងភាសា Python យើងសរសេរ print 'hello'
x = 1
។